home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 2,801 to 2,900 / aol-file-protocol-4400-2801-to-2900.zip / AOLDLs / C++ Files Library / Graphic Gems I, II & III (C_C++) / Graphics Gems C Code.sea / GemsII / README < prev    next >
Text File  |  1992-06-16  |  4KB  |  121 lines

  1.  
  2.     C Code From Graphics Gems II, Academic Press, Inc.
  3.     ==================================================
  4.  
  5.  
  6.     This is a list of the files and directories containing the C code for Graphics Gems II.  
  7.     They are listed in order of their appearance in the book.  Beside each file name is the 
  8.     Gem number, author's name, and Gem title to help you find what you're looking for.  
  9.     Unfortunately, not all of the code listed in the appendix of the book is here (for various 
  10.     reasons).  The missing ones will be added as they turn up.  Changes will be listed at the
  11.     bottom of this file.
  12.  
  13.  
  14.  
  15.     File or        Gem
  16.     Directory      Number   Author and Title of Gem
  17.     ---------      ------   -----------------------
  18.  
  19.     xlines.c       I.2      Mukesh Prasad, "Intersection of Line Segments"
  20.  
  21.     Peano/         I.7      Ken Musgrave, "A Peano Curve Generation Algorithm"
  22.     Makefile   
  23.     main.c
  24.     mapply.c
  25.     peano.c
  26.     types.h
  27.  
  28.     Hilbert.c      I.8      Douglas Voorhies, "Space-Filling Curves and a Measure of Coherence"
  29.  
  30.     dither/        II.3     Spencer W. Thomas and Rod G. Bogart, "Color Dithering"
  31.     dither.3
  32.     dither.c
  33.  
  34.     RealPixels/    II.5     Greg Ward, "Real Pixels"
  35.     color.c     
  36.     color.h     
  37.     colrops.c   
  38.     header.c    
  39.     rasterfile.h
  40.     ra_pr24.c
  41.     resolu.c
  42.  
  43.     rotate8x8.c    II.6     Sue-Ken Yap, "A fast 90-Degree Bitmap Rotator"
  44.  
  45.     inv_cmap/      III.1    Spencer W. Thomas, "Efficient Inverse Color Map Computation"
  46.     inv_cmap.3
  47.     inv_cmap.c
  48.  
  49.     quantizer.c    III.2    Xiaolin Wu, "Efficient Statistical Computations for Optimal Color Quantization"
  50.  
  51.     ran_ramp.c     III.3    Ken Musgrave, "A Random Color Map Animation Algorithm"
  52.  
  53.     hot.c          III.6    Dave Martindale and Alan Paeth, "Television Color Encoding and 'Hot' Broadcast Colors"
  54.  
  55.     viewcorr/      IV.5     Rod G. Bogart, "View Correlation"
  56.     matrix.c
  57.     matrix.h
  58.     viewcorr.c
  59.     viewcorr.h
  60.     viewfind.c
  61.  
  62.     InterPhong.c   IV.9     Nadia Magnenat Thalmann and Daniel Thanmann, "InterPhong Shading"
  63.  
  64.     RayCPhdron.c   V.1      Eric Haines, "Fast Ray-Convex Polyhedron Intersection"
  65.  
  66.     intersect/     V.2      Joseph M. Cychosz, "Intersecting a Ray with an Elliptical Torus"
  67.     inttor.c            
  68.     intsph.c           
  69.  
  70.     VoxelCache.c   V.6      Andrew Pearce, "A Recursive Voxel Cache for Ray Tracing"
  71.  
  72.     radiosity/     VI.1     Eric Chen, "Implementing Progressive Radiosity 
  73.     README                              with User-Provided Polygon Display Routines"
  74.     draw.c   
  75.     rad.c     
  76.     rad.h    
  77.     room.c
  78.  
  79.     FastUpdate.c   VI.3     Filippo Tampieri, "Fast Vertex Radiosity Update"
  80.  
  81.     inverse.c      VII.5    Kevin Wu, "Fast Matrix Inversion"
  82.  
  83.     rotate.c       VII.7    James Arvo, "Random Rotation Matrices"
  84.  
  85.     sparse.c       VII.8    James Arvo, "Classifying Small Sparse Matrices"
  86.  
  87.     BitCounting/   VIII.3   Alan W. Paeth and David Schilling, "Of Integers, Fields, and Bit Counting"
  88.     bit32.c     
  89.     test.c
  90.  
  91.     noise3.c       VIII.10  Greg Ward, "A Recursive Implementation of the Perlin Noise Function"
  92.  
  93.  
  94.  
  95.     Additional header files and utilities
  96.     -------------------------------------
  97.  
  98.     GraphicsGems.h     Andrew Glassner
  99.  
  100.     GGVecLib.c         Andrew Glassner
  101.  
  102.     vector.h           Steve Hollasch, "Useful C Macros for Vector Operations"
  103.  
  104.     c_format.c         Dale Schumacher, "A PostScript typesetting program for C source code"
  105.  
  106.  
  107.  
  108.     Changes
  109.     -------------------------------------
  110.  
  111.     10/02/91  Added ran_ramp.c, rotate8x8.c, inverse.c, VoxelCache.c, and Peano directory.
  112.     10/09/91  Added dither and inv_cmap directories.
  113.     11/05/91  Updated quantizer.c and sparse.c
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.